Everything Totally Explained


Ask & we'll explain, totally!
C--
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about C-- totally explained

C-- is an intermediate language designed to be emitted by compilers. C-- is intended to play the role that's usually played by either the C programming language or machine-specific assembly language in modern compilers. The language's syntax borrows heavily from C. Hence, the name of the language employs C's unary destructive decrement operator to show that it's almost a subset of C. This is analogous to the way in which C++ is almost a superset of C. The language is designed as an intermediate language to mediate between high-level compiler tools and low-level optimisers. It omits or changes standard C features such as variadic functions, pointer syntax, and aspects of C's type system. These features are left out of C-- or present in modified form because they hamper certain essential features of C-- (such as tail-call optimisation) and the ease with which code-generation tools can produce it.
   C-- is a target platform for the Glasgow Haskell Compiler, and will eventually become the main platform. Some of C--'s developers, including Simon Peyton Jones, also work on GHC. The codebase and development are based at Microsoft Research in Cambridge, though it isn't a Microsoft project.

Further Information

Get more info on 'C--'.


External Link Exchanges

Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

    <a href="http://c--.totallyexplained.com">C-- Totally Explained</a>

Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
   As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
This article contains text from the Wikipedia article C-- (History) and is released under the GFDL | RSS Version